GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-11-09T01:09:49.0148598+00:00",
"SubmitDate": "2025-11-09T01:09:49.0148598+00:00",
"ReportPeriodStart": "2025-11-09T01:09:49.0148598+00:00",
"ReportPeriodEnd": "2025-11-09T01:09:49.0304852+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "309129a2-7e14-49a9-bee4-6c5ab01a7dbf",
"Rows": [
{
"ItemId": "941047ac-7b41-43b5-908e-9880c5690d57",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "941047ac-7b41-43b5-908e-9880c5690d57",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "309129a2-7e14-49a9-bee4-6c5ab01a7dbf",
"Rows": [
{
"ItemId": "941047ac-7b41-43b5-908e-9880c5690d57",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "941047ac-7b41-43b5-908e-9880c5690d57",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ee4eaacb-718e-4e3d-921f-420f1df9988d",
"62ded666-2ba6-4810-90ff-a47e0020654c"
],
"Approvers": [
"e7160a67-c5e7-4803-b7bb-e224bfb7b511",
"c95ab911-84ab-475c-82ee-d80d04dd14cd"
],
"ApprovedBy": "59131260-0511-4cd0-891b-4148c625ba6d",
"ApprovalDate": "2025-11-09T01:09:49.0304852+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "623f2a0c-f068-449e-93e1-35cb567de0a4",
"id": "0e249ad9-8b6f-4944-a3b0-d6156265d3aa",
"ConfigId": "72c5a50e-bf26-4a6f-bccd-a23797b74377"
},
{
"GenerationDate": "2025-11-09T01:09:49.0148598+00:00",
"SubmitDate": "2025-11-09T01:09:49.0148598+00:00",
"ReportPeriodStart": "2025-11-09T01:09:49.0148598+00:00",
"ReportPeriodEnd": "2025-11-09T01:09:49.0304852+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "309129a2-7e14-49a9-bee4-6c5ab01a7dbf",
"Rows": [
{
"ItemId": "941047ac-7b41-43b5-908e-9880c5690d57",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "941047ac-7b41-43b5-908e-9880c5690d57",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "309129a2-7e14-49a9-bee4-6c5ab01a7dbf",
"Rows": [
{
"ItemId": "941047ac-7b41-43b5-908e-9880c5690d57",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "941047ac-7b41-43b5-908e-9880c5690d57",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ee4eaacb-718e-4e3d-921f-420f1df9988d",
"62ded666-2ba6-4810-90ff-a47e0020654c"
],
"Approvers": [
"e7160a67-c5e7-4803-b7bb-e224bfb7b511",
"c95ab911-84ab-475c-82ee-d80d04dd14cd"
],
"ApprovedBy": "59131260-0511-4cd0-891b-4148c625ba6d",
"ApprovalDate": "2025-11-09T01:09:49.0304852+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "623f2a0c-f068-449e-93e1-35cb567de0a4",
"id": "0e249ad9-8b6f-4944-a3b0-d6156265d3aa",
"ConfigId": "72c5a50e-bf26-4a6f-bccd-a23797b74377"
}
]